* dispextern.h (struct image): New members.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 7 Aug 2007 16:32:21 +0000 (16:32 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 7 Aug 2007 16:32:21 +0000 (16:32 +0000)
* image.c: Sync to trunk version.
(search_image_cache, uncache_image, image-refresh): New functions.
Check for fg and bg colors.
(lookup_image): Use search_image_cache.  Cache fg and bg colors.
(pbm_load): Another check for invalid image data.
(png_load): Ignore default background field.

src/ChangeLog

index a0566709a9db6b5a6763f3121b6a9c65ce1bed5d..7b452b64b7c5637db56b65490388b10e3aa450eb 100644 (file)
@@ -1,5 +1,14 @@
 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
 
+       * dispextern.h (struct image): New members.
+
+       * image.c: Sync to trunk version.
+       (search_image_cache, uncache_image, image-refresh): New functions.
+       Check for fg and bg colors.
+       (lookup_image): Use search_image_cache.  Cache fg and bg colors.
+       (pbm_load): Another check for invalid image data.
+       (png_load): Ignore default background field.
+
        * xdisp.c (move_it_by_lines): Remove incorrect optimization.
 
 2007-08-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>